Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several UX and performance improvements across the app, focusing on enhanced haptic feedback integration, UI polish, and app icon loading optimization. The most notable changes include adding haptic feedback to various user actions, optimizing how app icons are loaded and cached for better performance, and refining UI elements for clarity and responsiveness.
Haptic Feedback Enhancements:
MainActivity, when changing carousel pages or swiping inAutomationEditorActivity, when clicking the FAB inDIYScreen, and when selecting options in theNewAutomationSheet. This provides a more tactile and responsive user experience. [1] [2] [3] [4] [5]DimWallpaperSettingsSheet) and when swiping through carousels, further improving user interaction feedback. [1] [2]App Icon Loading Optimization:
AppUtilto prevent repeated system calls and improve performance when loading app icons. Icons are now loaded at a fixed low quality to balance performance and memory usage. [1] [2] [3] [4]UI and Usability Improvements:
haptic_none) in multiple places, ensuring consistency across the UI. [1] [2]FreezeGridUIby batching state updates on the main thread, reducing UI lag when updating frozen app states.MainActivityto pre-load one page beyond the viewport for smoother transitions.Code Quality and Maintainability:
ActionItemcomposable to gracefully handle null actions and avoid redundant code. [1] [2] [3]Minor UI Polish:
DimWallpaperSettingsSheetfor a cleaner appearance.These changes collectively improve the app's interactivity, performance, and maintainability.